'Declaration Public Function PixelGetColorI( _ ByVal ImageID As Integer, _ ByVal SrcLeft As Integer, _ ByVal SrcTop As Integer _ ) As Integer
'Declaration
Public Function PixelGetColorI( _ ByVal ImageID As Integer, _ ByVal SrcLeft As Integer, _ ByVal SrcTop As Integer _ ) As Integer
public int PixelGetColorI( int ImageID, int SrcLeft, int SrcTop )
public function PixelGetColorI( ImageID: Integer; SrcLeft: Integer; SrcTop: Integer ): Integer;
public function PixelGetColorI( ImageID : int, SrcLeft : int, SrcTop : int ) : int;
public: int PixelGetColorI( int ImageID, int SrcLeft, int SrcTop )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging GdPictureImaging Members